home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / customlayout / customlayout.doc.z / customlayout.doc
Encoding:
Text File  |  2002-04-08  |  841 b   |  57 lines

  1. /*
  2. $Id$
  3. */
  4. /*! \page customlayout-example.html
  5.  
  6.   \ingroup examples
  7.   \title Customized Layoutmanager
  8.  
  9.   This examples demonstrates how to write customized layout (geometry) managers
  10.   like card layouts, border layout and flow layouts.
  11.  
  12.   See also: <a href="layout.html">Documentation of Geometry Management</a>.
  13.  
  14.   <hr>
  15.  
  16.   Header file of the flow layout:
  17.  
  18.   \include customlayout/flow.h
  19.  
  20.   <hr>
  21.  
  22.   Implementation of the flow layout:
  23.  
  24.   \include customlayout/flow.cpp
  25.  
  26.   <hr>
  27.  
  28.   Header file of the border layout:
  29.  
  30.   \include customlayout/border.h
  31.  
  32.   <hr>
  33.  
  34.   Implementation of the border layout:
  35.  
  36.   \include customlayout/border.cpp
  37.  
  38.   <hr>
  39.  
  40.   Header file of the card layout:
  41.  
  42.   \include customlayout/card.h
  43.  
  44.   <hr>
  45.  
  46.   Implementation of the card layout:
  47.  
  48.   \include customlayout/card.cpp
  49.  
  50.   <hr>
  51.  
  52.   Main:
  53.  
  54.   \include customlayout/main.cpp
  55. */
  56.  
  57.